powered by
Multivariate analysis of variance with assuming equality of the covariance matrices.
maov(x, ina)
A matrix containing Euclidean data.
A numerical or factor variable indicating the groups of the data.
A list including:
A message stating whether the F or the chi-square approximation has been used.
The test statistic and the p-value.
Multivariate analysis of variance assuming equality of the covariance matrices.
Johnson and Wichern (2007, 6th Edition). Applied Multivariate Statistical Analysis p. 302-303.
Todorov V. and Filzmoser P. (2010). Robust Statistic for the One-way MANOVA. Computational Statistics & Data Analysis 54(1):37-48.
maovjames, hotel2T2, james, comp.test
# NOT RUN { maov( as.matrix(iris[,1:4]), iris[,5] ) maovjames( as.matrix(iris[,1:4]), iris[,5] ) # }
Run the code above in your browser using DataLab